Scheduler for WPF | ComponentOne
C1.C1Schedule Namespace / C1ScheduleStorage Class / Export Method / Export(String,IList<Appointment>,FileFormatEnum) Method
A System.String containing the full path (including the file name and extension) to export.
IList to be exported.
The FileFormatEnum value.

In This Topic
    Export(String,IList<Appointment>,FileFormatEnum) Method
    In This Topic
    Exports the appointments' data to a file in the specified format.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Export( _
       ByVal path As String, _
       ByVal appointments As IList(Of Appointment), _
       ByVal format As FileFormatEnum _
    ) 

    Parameters

    path
    A System.String containing the full path (including the file name and extension) to export.
    appointments
    IList to be exported.
    format
    The FileFormatEnum value.
    See Also